Html Css Color HEX #CEBA1F Bird Flower

📋 copy color: '#CEBA1F'

red 206 ◦ green 186 ◦ blue 31

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

Shades of Bird Flower #CEBA1F

Tints of Bird Flower #CEBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 48.7%
G = 43.97%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBA1F (or 0xCEBA1F) is known color: Bird Flower. HEX triplet: CE, BA and 1F. RGB value is (206,186,31). Sum of RGB (Red+Green+Blue) = 206+186+31=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA1F is #3145E0. Grayscale: #AEAEAE. Windows color (decimal): -3229153 or 2079438. OLE color: 2079438.

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

Color convert

RGB 206 186 31 -
CMYK 0 0.10 0.85 0.19
HSL 53.14º 0.74% 0.46% -
HSV(B) 53.14º 0.85% 0.81% -
XYZ 43.26 48.34 8.35 -
YUV 174.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 206 186 31 0 0.10 0.85 0.19 53.14 0.74 0.46
Hex CE BA 1F 0 A 55 13 35 4A 2E
Octal 316 272 37 0 12 125 23 65 112 56
Binary 11001110 10111010 11111 0 1010 1010101 10011 110101 1001010 101110

Color Harmonies of #CEBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA1F

Black with #CEBA1F

Text Example


Text Example

White with #CEBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA1F; }

 p { color: rgb(206,186,31); }

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

background-color css

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

 a { background-color: rgb(206,186,31); }

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

border-color css

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

 span { border-color: rgb(206,186,31); }

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