Html Css Color HEX #CEB40C Bird Flower

📋 copy color: '#CEB40C'

red 206 ◦ green 180 ◦ blue 12

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

Shades of Bird Flower #CEB40C

Tints of Bird Flower #CEB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 51.76%
G = 45.23%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEB40C (or 0xCEB40C) is known color: Bird Flower. HEX triplet: CE, B4 and 0C. RGB value is (206,180,12). Sum of RGB (Red+Green+Blue) = 206+180+12=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB40C is #314BF3. Grayscale: #A9A9A9. Windows color (decimal): -3230708 or 832718. OLE color: 832718.

HSL color Cylindrical-coordinate representation of color #CEB40C: hue angle of 51.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB40C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 12 -
CMYK 0 0.13 0.94 0.19
HSL 51.96º 0.89% 0.43% -
HSV(B) 51.96º 0.94% 0.81% -
XYZ 41.84 45.79 6.98 -
YUV 168.62 39.61 154.66 -
System Red Green Blue C M Y K H S L
Decimal 206 180 12 0 0.13 0.94 0.19 51.96 0.89 0.43
Hex CE B4 C 0 D 5E 13 34 59 2B
Octal 316 264 14 0 15 136 23 64 131 53
Binary 11001110 10110100 1100 0 1101 1011110 10011 110100 1011001 101011

Color Harmonies of #CEB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB40C

Black with #CEB40C

Text Example


Text Example

White with #CEB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB40C; }

 p { color: rgb(206,180,12); }

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

background-color css

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

 a { background-color: rgb(206,180,12); }

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

border-color css

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

 span { border-color: rgb(206,180,12); }

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