Html Css Color HEX #CEBC1F Bird Flower

📋 copy color: '#CEBC1F'

red 206 ◦ green 188 ◦ blue 31

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

Shades of Bird Flower #CEBC1F

Tints of Bird Flower #CEBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

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

R = 48.47%
G = 44.24%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBC1F (or 0xCEBC1F) is known color: Bird Flower. HEX triplet: CE, BC and 1F. RGB value is (206,188,31). Sum of RGB (Red+Green+Blue) = 206+188+31=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC1F is #3143E0. Grayscale: #B0B0B0. Windows color (decimal): -3228641 or 2079950. OLE color: 2079950.

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

Color convert

RGB 206 188 31 -
CMYK 0 0.09 0.85 0.19
HSL 53.83º 0.74% 0.46% -
HSV(B) 53.83º 0.85% 0.81% -
XYZ 43.68 49.19 8.49 -
YUV 175.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 206 188 31 0 0.09 0.85 0.19 53.83 0.74 0.46
Hex CE BC 1F 0 9 55 13 36 4A 2E
Octal 316 274 37 0 11 125 23 66 112 56
Binary 11001110 10111100 11111 0 1001 1010101 10011 110110 1001010 101110

Color Harmonies of #CEBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC1F

Black with #CEBC1F

Text Example


Text Example

White with #CEBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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