Html Css Color HEX #CECB1F Barberry

📋 copy color: '#CECB1F'

red 206 ◦ green 203 ◦ blue 31

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

Shades of Barberry #CECB1F

Tints of Barberry #CECB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.05%

R = 46.82%
G = 46.14%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CECB1F (or 0xCECB1F) is known color: Barberry. HEX triplet: CE, CB and 1F. RGB value is (206,203,31). Sum of RGB (Red+Green+Blue) = 206+203+31=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1F is #3134E0. Grayscale: #B8B8B8. Windows color (decimal): -3224801 or 2083790. OLE color: 2083790.

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

Color convert

RGB 206 203 31 -
CMYK 0 0.01 0.85 0.19
HSL 58.97º 0.74% 0.46% -
HSV(B) 58.97º 0.85% 0.81% -
XYZ 47.06 55.93 9.61 -
YUV 184.29 41.49 143.49 -
System Red Green Blue C M Y K H S L
Decimal 206 203 31 0 0.01 0.85 0.19 58.97 0.74 0.46
Hex CE CB 1F 0 1 55 13 3B 4A 2E
Octal 316 313 37 0 1 125 23 73 112 56
Binary 11001110 11001011 11111 0 1 1010101 10011 111011 1001010 101110

Color Harmonies of #CECB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB1F

Black with #CECB1F

Text Example


Text Example

White with #CECB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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