Html Css Color HEX #CECB1D Barberry

📋 copy color: '#CECB1D'

red 206 ◦ green 203 ◦ blue 29

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

Shades of Barberry #CECB1D

Tints of Barberry #CECB1D

RGB

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

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

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

R = 47.03%
G = 46.35%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CECB1D (or 0xCECB1D) is known color: Barberry. HEX triplet: CE, CB and 1D. RGB value is (206,203,29). Sum of RGB (Red+Green+Blue) = 206+203+29=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB1D is #3134E2. Grayscale: #B8B8B8. Windows color (decimal): -3224803 or 1952718. OLE color: 1952718.

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

Color convert

RGB 206 203 29 -
CMYK 0 0.01 0.86 0.19
HSL 58.98º 0.75% 0.46% -
HSV(B) 58.98º 0.86% 0.81% -
XYZ 47.03 55.92 9.48 -
YUV 184.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 206 203 29 0 0.01 0.86 0.19 58.98 0.75 0.46
Hex CE CB 1D 0 1 56 13 3B 4B 2E
Octal 316 313 35 0 1 126 23 73 113 56
Binary 11001110 11001011 11101 0 1 1010110 10011 111011 1001011 101110

Color Harmonies of #CECB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB1D

Black with #CECB1D

Text Example


Text Example

White with #CECB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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