Html Css Color HEX #CFC614 Bird Flower

📋 copy color: '#CFC614'

red 207 ◦ green 198 ◦ blue 20

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

Shades of Bird Flower #CFC614

Tints of Bird Flower #CFC614

RGB

 RED value IS 207 (81.25% from 255) = 48.71%

 GREEN value IS 198 (77.73% from 255) = 46.59%

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 48.71%
G = 46.59%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC614 (or 0xCFC614) is known color: Bird Flower. HEX triplet: CF, C6 and 14. RGB value is (207,198,20). Sum of RGB (Red+Green+Blue) = 207+198+20=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC614 is #3039EB. Grayscale: #B5B5B5. Windows color (decimal): -3160556 or 1361615. OLE color: 1361615.

HSL color Cylindrical-coordinate representation of color #CFC614: hue angle of 57.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC614 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 20 -
CMYK 0 0.04 0.90 0.19
HSL 57.11º 0.82% 0.45% -
HSV(B) 57.11º 0.9% 0.81% -
XYZ 46.05 53.7 8.6 -
YUV 180.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 207 198 20 0 0.04 0.90 0.19 57.11 0.82 0.45
Hex CF C6 14 0 4 5A 13 39 52 2D
Octal 317 306 24 0 4 132 23 71 122 55
Binary 11001111 11000110 10100 0 100 1011010 10011 111001 1010010 101101

Color Harmonies of #CFC614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC614

Black with #CFC614

Text Example


Text Example

White with #CFC614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC614; }

 p { color: rgb(207,198,20); }

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

background-color css

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

 a { background-color: rgb(207,198,20); }

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

border-color css

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

 span { border-color: rgb(207,198,20); }

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