Html Css Color HEX #CFC714 Bird Flower

📋 copy color: '#CFC714'

red 207 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #CFC714

Tints of Bird Flower #CFC714

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.71%

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

R = 48.59%
G = 46.71%
B = 4.69%

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

#CFC714 (or 0xCFC714) is known color: Bird Flower. HEX triplet: CF, C7 and 14. RGB value is (207,199,20). Sum of RGB (Red+Green+Blue) = 207+199+20=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC714 is #3038EB. Grayscale: #B5B5B5. Windows color (decimal): -3160300 or 1361871. OLE color: 1361871.

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

Color convert

RGB 207 199 20 -
CMYK 0 0.04 0.90 0.19
HSL 57.43º 0.82% 0.45% -
HSV(B) 57.43º 0.9% 0.81% -
XYZ 46.28 54.16 8.68 -
YUV 180.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 207 199 20 0 0.04 0.90 0.19 57.43 0.82 0.45
Hex CF C7 14 0 4 5A 13 39 52 2D
Octal 317 307 24 0 4 132 23 71 122 55
Binary 11001111 11000111 10100 0 100 1011010 10011 111001 1010010 101101

Color Harmonies of #CFC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC714

Black with #CFC714

Text Example


Text Example

White with #CFC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC714; }

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

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

background-color css

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

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

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

border-color css

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

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

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