Html Css Color HEX #CFD310 Bird Flower

📋 copy color: '#CFD310'

red 207 ◦ green 211 ◦ blue 16

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

Shades of Bird Flower #CFD310

Tints of Bird Flower #CFD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 47.7%
G = 48.62%
B = 3.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CFD310 (or 0xCFD310) is known color: Bird Flower. HEX triplet: CF, D3 and 10. RGB value is (207,211,16). Sum of RGB (Red+Green+Blue) = 207+211+16=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD310 is #302CEF. Grayscale: #BCBCBC. Windows color (decimal): -3157232 or 1102799. OLE color: 1102799.

HSL color Cylindrical-coordinate representation of color #CFD310: hue angle of 61.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFD310 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 211 16 -
CMYK 0.02 0 0.92 0.17
HSL 61.23º 0.86% 0.45% -
HSV(B) 61.23º 0.92% 0.83% -
XYZ 49.12 59.89 9.46 -
YUV 187.57 31.17 141.86 -
System Red Green Blue C M Y K H S L
Decimal 207 211 16 0.02 0 0.92 0.17 61.23 0.86 0.45
Hex CF D3 10 2 0 5C 11 3D 56 2D
Octal 317 323 20 2 0 134 21 75 126 55
Binary 11001111 11010011 10000 10 0 1011100 10001 111101 1010110 101101

Color Harmonies of #CFD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD310

Black with #CFD310

Text Example


Text Example

White with #CFD310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD310; }

 p { color: rgb(207,211,16); }

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

background-color css

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

 a { background-color: rgb(207,211,16); }

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

border-color css

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

 span { border-color: rgb(207,211,16); }

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