Html Css Color HEX #CFAD07 Bird Flower

📋 copy color: '#CFAD07'

red 207 ◦ green 173 ◦ blue 7

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

Shades of Bird Flower #CFAD07

Tints of Bird Flower #CFAD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 53.49%
G = 44.7%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFAD07 (or 0xCFAD07) is known color: Bird Flower. HEX triplet: CF, AD and 07. RGB value is (207,173,7). Sum of RGB (Red+Green+Blue) = 207+173+7=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAD07 is #3052F8. Grayscale: #A4A4A4. Windows color (decimal): -3166969 or 503247. OLE color: 503247.

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

Color convert

RGB 207 173 7 -
CMYK 0 0.16 0.97 0.19
HSL 49.8º 0.93% 0.42% -
HSV(B) 49.8º 0.97% 0.81% -
XYZ 40.71 43.17 6.39 -
YUV 164.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 207 173 7 0 0.16 0.97 0.19 49.8 0.93 0.42
Hex CF AD 7 0 10 61 13 32 5D 2A
Octal 317 255 7 0 20 141 23 62 135 52
Binary 11001111 10101101 111 0 10000 1100001 10011 110010 1011101 101010

Color Harmonies of #CFAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD07

Black with #CFAD07

Text Example


Text Example

White with #CFAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD07; }

 p { color: rgb(207,173,7); }

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

background-color css

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

 a { background-color: rgb(207,173,7); }

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

border-color css

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

 span { border-color: rgb(207,173,7); }

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