Html Css Color HEX #CED01C Barberry

📋 copy color: '#CED01C'

red 206 ◦ green 208 ◦ blue 28

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

Shades of Barberry #CED01C

Tints of Barberry #CED01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.33%

R = 46.61%
G = 47.06%
B = 6.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#CED01C (or 0xCED01C) is known color: Barberry. HEX triplet: CE, D0 and 1C. RGB value is (206,208,28). Sum of RGB (Red+Green+Blue) = 206+208+28=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #CED01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED01C is #312FE3. Grayscale: #BBBBBB. Windows color (decimal): -3223524 or 1888462. OLE color: 1888462.

HSL color Cylindrical-coordinate representation of color #CED01C: 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.87%. Process color model (Four color, CMYK) of #CED01C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 28 -
CMYK 0.01 0 0.87 0.18
HSL 60.67º 0.76% 0.46% -
HSV(B) 60.67º 0.87% 0.82% -
XYZ 48.22 58.32 9.81 -
YUV 186.88 38.34 141.64 -
System Red Green Blue C M Y K H S L
Decimal 206 208 28 0.01 0 0.87 0.18 60.67 0.76 0.46
Hex CE D0 1C 1 0 57 12 3D 4C 2E
Octal 316 320 34 1 0 127 22 75 114 56
Binary 11001110 11010000 11100 1 0 1010111 10010 111101 1001100 101110

Color Harmonies of #CED01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED01C

Black with #CED01C

Text Example


Text Example

White with #CED01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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