Html Css Color HEX #CED01D Barberry

📋 copy color: '#CED01D'

red 206 ◦ green 208 ◦ blue 29

#CED01D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CED01D

Tints of Barberry #CED01D

RGB

 RED value IS 206 (80.86% from 255) = 46.5%

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 29 (11.72% from 255) = 6.55%

R = 46.5%
G = 46.95%
B = 6.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CED01D (or 0xCED01D) is known color: Barberry. HEX triplet: CE, D0 and 1D. RGB value is (206,208,29). Sum of RGB (Red+Green+Blue) = 206+208+29=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #CED01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED01D is #312FE2. Grayscale: #BBBBBB. Windows color (decimal): -3223523 or 1953998. OLE color: 1953998.

HSL color Cylindrical-coordinate representation of color #CED01D: hue angle of 60.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED01D is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 29 -
CMYK 0.01 0 0.86 0.18
HSL 60.67º 0.76% 0.46% -
HSV(B) 60.67º 0.86% 0.82% -
XYZ 48.23 58.32 9.88 -
YUV 187 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 206 208 29 0.01 0 0.86 0.18 60.67 0.76 0.46
Hex CE D0 1D 1 0 56 12 3D 4C 2E
Octal 316 320 35 1 0 126 22 75 114 56
Binary 11001110 11010000 11101 1 0 1010110 10010 111101 1001100 101110

Color Harmonies of #CED01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED01D

Black with #CED01D

Text Example


Text Example

White with #CED01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED01D; }

 p { color: rgb(206,208,29); }

 H1.HeaderClassName
 {
   color: #CED01D;
 }
 .AnyTagClassName
 {
   color: #CED01D;
 }
</style>

background-color css

<style>
 a { background-color: #CED01D; }

 a { background-color: rgb(206,208,29); }

 div.DivClassName
 {
   background-color: #CED01D;
 }
 .BgClassName
 {
   background-color: #CED01D;
 }
</style>

border-color css

<style>
 span { border-color: #CED01D; }

 span { border-color: rgb(206,208,29); }

 td.TdClassName
 {
   border-color: #CED01D;
 }
 .TagClassName
 {
   border-color: #CED01D;
 }
</style>