Html Css Color HEX #CECB1B Barberry

📋 copy color: '#CECB1B'

red 206 ◦ green 203 ◦ blue 27

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

Shades of Barberry #CECB1B

Tints of Barberry #CECB1B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

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

R = 47.25%
G = 46.56%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CECB1B (or 0xCECB1B) is known color: Barberry. HEX triplet: CE, CB and 1B. RGB value is (206,203,27). Sum of RGB (Red+Green+Blue) = 206+203+27=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1B is #3134E4. Grayscale: #B8B8B8. Windows color (decimal): -3224805 or 1821646. OLE color: 1821646.

HSL color Cylindrical-coordinate representation of color #CECB1B: hue angle of 58.99º 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 #CECB1B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 27 -
CMYK 0 0.01 0.87 0.19
HSL 58.99º 0.77% 0.46% -
HSV(B) 58.99º 0.87% 0.81% -
XYZ 47.01 55.91 9.35 -
YUV 183.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 206 203 27 0 0.01 0.87 0.19 58.99 0.77 0.46
Hex CE CB 1B 0 1 57 13 3B 4D 2E
Octal 316 313 33 0 1 127 23 73 115 56
Binary 11001110 11001011 11011 0 1 1010111 10011 111011 1001101 101110

Color Harmonies of #CECB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB1B

Black with #CECB1B

Text Example


Text Example

White with #CECB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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