Html Css Color HEX #CEC31A Bird Flower

📋 copy color: '#CEC31A'

red 206 ◦ green 195 ◦ blue 26

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

Shades of Bird Flower #CEC31A

Tints of Bird Flower #CEC31A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.67%

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

R = 48.24%
G = 45.67%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEC31A (or 0xCEC31A) is known color: Bird Flower. HEX triplet: CE, C3 and 1A. RGB value is (206,195,26). Sum of RGB (Red+Green+Blue) = 206+195+26=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC31A is #313CE5. Grayscale: #B3B3B3. Windows color (decimal): -3226854 or 1754062. OLE color: 1754062.

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

Color convert

RGB 206 195 26 -
CMYK 0 0.05 0.87 0.19
HSL 56.33º 0.78% 0.45% -
HSV(B) 56.33º 0.87% 0.81% -
XYZ 45.16 52.23 8.68 -
YUV 179.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 206 195 26 0 0.05 0.87 0.19 56.33 0.78 0.45
Hex CE C3 1A 0 5 57 13 38 4E 2D
Octal 316 303 32 0 5 127 23 70 116 55
Binary 11001110 11000011 11010 0 101 1010111 10011 111000 1001110 101101

Color Harmonies of #CEC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC31A

Black with #CEC31A

Text Example


Text Example

White with #CEC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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