Html Css Color HEX #CEC80F Bird Flower

📋 copy color: '#CEC80F'

red 206 ◦ green 200 ◦ blue 15

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

Shades of Bird Flower #CEC80F

Tints of Bird Flower #CEC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 48.93%
G = 47.51%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC80F (or 0xCEC80F) is known color: Bird Flower. HEX triplet: CE, C8 and 0F. RGB value is (206,200,15). Sum of RGB (Red+Green+Blue) = 206+200+15=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC80F is #3137F0. Grayscale: #B5B5B5. Windows color (decimal): -3225585 or 1034446. OLE color: 1034446.

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

Color convert

RGB 206 200 15 -
CMYK 0 0.03 0.93 0.19
HSL 58.12º 0.86% 0.43% -
HSV(B) 58.12º 0.93% 0.81% -
XYZ 46.19 54.46 8.53 -
YUV 180.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 206 200 15 0 0.03 0.93 0.19 58.12 0.86 0.43
Hex CE C8 F 0 3 5D 13 3A 56 2B
Octal 316 310 17 0 3 135 23 72 126 53
Binary 11001110 11001000 1111 0 11 1011101 10011 111010 1010110 101011

Color Harmonies of #CEC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC80F

Black with #CEC80F

Text Example


Text Example

White with #CEC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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