Html Css Color HEX #CEB41A Bird Flower

📋 copy color: '#CEB41A'

red 206 ◦ green 180 ◦ blue 26

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

Shades of Bird Flower #CEB41A

Tints of Bird Flower #CEB41A

RGB

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

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

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

R = 50%
G = 43.69%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB41A (or 0xCEB41A) is known color: Bird Flower. HEX triplet: CE, B4 and 1A. RGB value is (206,180,26). Sum of RGB (Red+Green+Blue) = 206+180+26=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB41A is #314BE5. Grayscale: #AAAAAA. Windows color (decimal): -3230694 or 1750222. OLE color: 1750222.

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

Color convert

RGB 206 180 26 -
CMYK 0 0.13 0.87 0.19
HSL 51.33º 0.78% 0.45% -
HSV(B) 51.33º 0.87% 0.81% -
XYZ 41.96 45.84 7.61 -
YUV 170.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 206 180 26 0 0.13 0.87 0.19 51.33 0.78 0.45
Hex CE B4 1A 0 D 57 13 33 4E 2D
Octal 316 264 32 0 15 127 23 63 116 55
Binary 11001110 10110100 11010 0 1101 1010111 10011 110011 1001110 101101

Color Harmonies of #CEB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB41A

Black with #CEB41A

Text Example


Text Example

White with #CEB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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