Html Css Color HEX #CECD1B Barberry

📋 copy color: '#CECD1B'

red 206 ◦ green 205 ◦ blue 27

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

Shades of Barberry #CECD1B

Tints of Barberry #CECD1B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 27 (10.94% from 255) = 6.16%

R = 47.03%
G = 46.8%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CECD1B (or 0xCECD1B) is known color: Barberry. HEX triplet: CE, CD and 1B. RGB value is (206,205,27). Sum of RGB (Red+Green+Blue) = 206+205+27=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD1B is #3132E4. Grayscale: #B9B9B9. Windows color (decimal): -3224293 or 1822158. OLE color: 1822158.

HSL color Cylindrical-coordinate representation of color #CECD1B: hue angle of 59.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CECD1B is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 205 27 -
CMYK 0 0.00 0.87 0.19
HSL 59.66º 0.77% 0.46% -
HSV(B) 59.66º 0.87% 0.81% -
XYZ 47.48 56.86 9.51 -
YUV 185.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 206 205 27 0 0.00 0.87 0.19 59.66 0.77 0.46
Hex CE CD 1B 0 0 57 13 3C 4D 2E
Octal 316 315 33 0 0 127 23 74 115 56
Binary 11001110 11001101 11011 0 0 1010111 10011 111100 1001101 101110

Color Harmonies of #CECD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD1B

Black with #CECD1B

Text Example


Text Example

White with #CECD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD1B; }

 p { color: rgb(206,205,27); }

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

background-color css

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

 a { background-color: rgb(206,205,27); }

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

border-color css

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

 span { border-color: rgb(206,205,27); }

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