Html Css Color HEX #CEB41C Bird Flower

📋 copy color: '#CEB41C'

red 206 ◦ green 180 ◦ blue 28

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

Shades of Bird Flower #CEB41C

Tints of Bird Flower #CEB41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 49.76%
G = 43.48%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB41C (or 0xCEB41C) is known color: Bird Flower. HEX triplet: CE, B4 and 1C. RGB value is (206,180,28). Sum of RGB (Red+Green+Blue) = 206+180+28=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB41C is #314BE3. Grayscale: #ABABAB. Windows color (decimal): -3230692 or 1881294. OLE color: 1881294.

HSL color Cylindrical-coordinate representation of color #CEB41C: hue angle of 51.24º degrees, saturation: 0.76, 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 #CEB41C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 28 -
CMYK 0 0.13 0.86 0.19
HSL 51.24º 0.76% 0.46% -
HSV(B) 51.24º 0.86% 0.81% -
XYZ 41.98 45.85 7.74 -
YUV 170.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 206 180 28 0 0.13 0.86 0.19 51.24 0.76 0.46
Hex CE B4 1C 0 D 56 13 33 4C 2E
Octal 316 264 34 0 15 126 23 63 114 56
Binary 11001110 10110100 11100 0 1101 1010110 10011 110011 1001100 101110

Color Harmonies of #CEB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB41C

Black with #CEB41C

Text Example


Text Example

White with #CEB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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