Html Css Color HEX #CEB71B Bird Flower

📋 copy color: '#CEB71B'

red 206 ◦ green 183 ◦ blue 27

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

Shades of Bird Flower #CEB71B

Tints of Bird Flower #CEB71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.49%

R = 49.52%
G = 43.99%
B = 6.49%

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

#CEB71B (or 0xCEB71B) is known color: Bird Flower. HEX triplet: CE, B7 and 1B. RGB value is (206,183,27). Sum of RGB (Red+Green+Blue) = 206+183+27=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB71B is #3148E4. Grayscale: #ACACAC. Windows color (decimal): -3229925 or 1816526. OLE color: 1816526.

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

Color convert

RGB 206 183 27 -
CMYK 0 0.11 0.87 0.19
HSL 52.29º 0.77% 0.46% -
HSV(B) 52.29º 0.87% 0.81% -
XYZ 42.58 47.07 7.88 -
YUV 172.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 206 183 27 0 0.11 0.87 0.19 52.29 0.77 0.46
Hex CE B7 1B 0 B 57 13 34 4D 2E
Octal 316 267 33 0 13 127 23 64 115 56
Binary 11001110 10110111 11011 0 1011 1010111 10011 110100 1001101 101110

Color Harmonies of #CEB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB71B

Black with #CEB71B

Text Example


Text Example

White with #CEB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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