Html Css Color HEX #CEB21A Bird Flower

📋 copy color: '#CEB21A'

red 206 ◦ green 178 ◦ blue 26

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

Shades of Bird Flower #CEB21A

Tints of Bird Flower #CEB21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 50.24%
G = 43.41%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB21A (or 0xCEB21A) is known color: Bird Flower. HEX triplet: CE, B2 and 1A. RGB value is (206,178,26). Sum of RGB (Red+Green+Blue) = 206+178+26=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB21A is #314DE5. Grayscale: #A9A9A9. Windows color (decimal): -3231206 or 1749710. OLE color: 1749710.

HSL color Cylindrical-coordinate representation of color #CEB21A: hue angle of 50.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEB21A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 26 -
CMYK 0 0.14 0.87 0.19
HSL 50.67º 0.78% 0.45% -
HSV(B) 50.67º 0.87% 0.81% -
XYZ 41.56 45.04 7.48 -
YUV 169.04 47.28 154.36 -
System Red Green Blue C M Y K H S L
Decimal 206 178 26 0 0.14 0.87 0.19 50.67 0.78 0.45
Hex CE B2 1A 0 E 57 13 33 4E 2D
Octal 316 262 32 0 16 127 23 63 116 55
Binary 11001110 10110010 11010 0 1110 1010111 10011 110011 1001110 101101

Color Harmonies of #CEB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB21A

Black with #CEB21A

Text Example


Text Example

White with #CEB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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