Html Css Color HEX #CEB21C Bird Flower

📋 copy color: '#CEB21C'

red 206 ◦ green 178 ◦ blue 28

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

Shades of Bird Flower #CEB21C

Tints of Bird Flower #CEB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

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

R = 50%
G = 43.2%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB21C (or 0xCEB21C) is known color: Bird Flower. HEX triplet: CE, B2 and 1C. RGB value is (206,178,28). Sum of RGB (Red+Green+Blue) = 206+178+28=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB21C is #314DE3. Grayscale: #A9A9A9. Windows color (decimal): -3231204 or 1880782. OLE color: 1880782.

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

Color convert

RGB 206 178 28 -
CMYK 0 0.14 0.86 0.19
HSL 50.56º 0.76% 0.46% -
HSV(B) 50.56º 0.86% 0.81% -
XYZ 41.58 45.05 7.6 -
YUV 169.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 206 178 28 0 0.14 0.86 0.19 50.56 0.76 0.46
Hex CE B2 1C 0 E 56 13 33 4C 2E
Octal 316 262 34 0 16 126 23 63 114 56
Binary 11001110 10110010 11100 0 1110 1010110 10011 110011 1001100 101110

Color Harmonies of #CEB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB21C

Black with #CEB21C

Text Example


Text Example

White with #CEB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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