Html Css Color HEX #CFD70D Bird Flower

📋 copy color: '#CFD70D'

red 207 ◦ green 215 ◦ blue 13

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

Shades of Bird Flower #CFD70D

Tints of Bird Flower #CFD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 47.59%
G = 49.43%
B = 2.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CFD70D (or 0xCFD70D) is known color: Bird Flower. HEX triplet: CF, D7 and 0D. RGB value is (207,215,13). Sum of RGB (Red+Green+Blue) = 207+215+13=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD70D is #3028F2. Grayscale: #BEBEBE. Windows color (decimal): -3156211 or 907215. OLE color: 907215.

HSL color Cylindrical-coordinate representation of color #CFD70D: hue angle of 62.38º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD70D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 13 -
CMYK 0.04 0 0.94 0.16
HSL 62.38º 0.89% 0.45% -
HSV(B) 62.38º 0.94% 0.84% -
XYZ 50.11 61.9 9.69 -
YUV 189.58 28.35 140.43 -
System Red Green Blue C M Y K H S L
Decimal 207 215 13 0.04 0 0.94 0.16 62.38 0.89 0.45
Hex CF D7 D 4 0 5E 10 3E 59 2D
Octal 317 327 15 4 0 136 20 76 131 55
Binary 11001111 11010111 1101 100 0 1011110 10000 111110 1011001 101101

Color Harmonies of #CFD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD70D

Black with #CFD70D

Text Example


Text Example

White with #CFD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD70D; }

 p { color: rgb(207,215,13); }

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

background-color css

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

 a { background-color: rgb(207,215,13); }

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

border-color css

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

 span { border-color: rgb(207,215,13); }

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