Html Css Color HEX #CEB624 Bird Flower

📋 copy color: '#CEB624'

red 206 ◦ green 182 ◦ blue 36

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

Shades of Bird Flower #CEB624

Tints of Bird Flower #CEB624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 48.58%
G = 42.92%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB624 (or 0xCEB624) is known color: Bird Flower. HEX triplet: CE, B6 and 24. RGB value is (206,182,36). Sum of RGB (Red+Green+Blue) = 206+182+36=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB624 is #3149DB. Grayscale: #ADADAD. Windows color (decimal): -3230172 or 2406094. OLE color: 2406094.

HSL color Cylindrical-coordinate representation of color #CEB624: hue angle of 51.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB624 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 36 -
CMYK 0 0.12 0.83 0.19
HSL 51.53º 0.7% 0.47% -
HSV(B) 51.53º 0.83% 0.81% -
XYZ 42.5 46.71 8.44 -
YUV 172.53 50.95 151.87 -
System Red Green Blue C M Y K H S L
Decimal 206 182 36 0 0.12 0.83 0.19 51.53 0.7 0.47
Hex CE B6 24 0 C 53 13 34 46 2F
Octal 316 266 44 0 14 123 23 64 106 57
Binary 11001110 10110110 100100 0 1100 1010011 10011 110100 1000110 101111

Color Harmonies of #CEB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB624

Black with #CEB624

Text Example


Text Example

White with #CEB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB624; }

 p { color: rgb(206,182,36); }

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

background-color css

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

 a { background-color: rgb(206,182,36); }

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

border-color css

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

 span { border-color: rgb(206,182,36); }

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