Html Css Color HEX #CEB71A Bird Flower

📋 copy color: '#CEB71A'

red 206 ◦ green 183 ◦ blue 26

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

Shades of Bird Flower #CEB71A

Tints of Bird Flower #CEB71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

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

R = 49.64%
G = 44.1%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB71A (or 0xCEB71A) is known color: Bird Flower. HEX triplet: CE, B7 and 1A. RGB value is (206,183,26). Sum of RGB (Red+Green+Blue) = 206+183+26=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB71A is #3148E5. Grayscale: #ACACAC. Windows color (decimal): -3229926 or 1750990. OLE color: 1750990.

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

Color convert

RGB 206 183 26 -
CMYK 0 0.11 0.87 0.19
HSL 52.33º 0.78% 0.45% -
HSV(B) 52.33º 0.87% 0.81% -
XYZ 42.57 47.06 7.82 -
YUV 171.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 206 183 26 0 0.11 0.87 0.19 52.33 0.78 0.45
Hex CE B7 1A 0 B 57 13 34 4E 2D
Octal 316 267 32 0 13 127 23 64 116 55
Binary 11001110 10110111 11010 0 1011 1010111 10011 110100 1001110 101101

Color Harmonies of #CEB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB71A

Black with #CEB71A

Text Example


Text Example

White with #CEB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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