Html Css Color HEX #CEBF0F Bird Flower

📋 copy color: '#CEBF0F'

red 206 ◦ green 191 ◦ blue 15

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

Shades of Bird Flower #CEBF0F

Tints of Bird Flower #CEBF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 46.36%

 BLUE value IS 15 (6.25% from 255) = 3.64%

R = 50%
G = 46.36%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEBF0F (or 0xCEBF0F) is known color: Bird Flower. HEX triplet: CE, BF and 0F. RGB value is (206,191,15). Sum of RGB (Red+Green+Blue) = 206+191+15=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF0F is #3140F0. Grayscale: #B0B0B0. Windows color (decimal): -3227889 or 1032142. OLE color: 1032142.

HSL color Cylindrical-coordinate representation of color #CEBF0F: hue angle of 55.29º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEBF0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 15 -
CMYK 0 0.07 0.93 0.19
HSL 55.29º 0.86% 0.43% -
HSV(B) 55.29º 0.93% 0.81% -
XYZ 44.17 50.42 7.86 -
YUV 175.42 37.47 149.81 -
System Red Green Blue C M Y K H S L
Decimal 206 191 15 0 0.07 0.93 0.19 55.29 0.86 0.43
Hex CE BF F 0 7 5D 13 37 56 2B
Octal 316 277 17 0 7 135 23 67 126 53
Binary 11001110 10111111 1111 0 111 1011101 10011 110111 1010110 101011

Color Harmonies of #CEBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF0F

Black with #CEBF0F

Text Example


Text Example

White with #CEBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF0F; }

 p { color: rgb(206,191,15); }

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

background-color css

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

 a { background-color: rgb(206,191,15); }

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

border-color css

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

 span { border-color: rgb(206,191,15); }

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