Html Css Color HEX #CFD601 Bird Flower

📋 copy color: '#CFD601'

red 207 ◦ green 214 ◦ blue 1

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

Shades of Bird Flower #CFD601

Tints of Bird Flower #CFD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 49.05%
G = 50.71%
B = 0.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CFD601 (or 0xCFD601) is known color: Bird Flower. HEX triplet: CF, D6 and 01. RGB value is (207,214,1). Sum of RGB (Red+Green+Blue) = 207+214+1=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD601 is #3029FE. Grayscale: #BCBCBC. Windows color (decimal): -3156479 or 120527. OLE color: 120527.

HSL color Cylindrical-coordinate representation of color #CFD601: hue angle of 61.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD601 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 1 -
CMYK 0.03 0 1.00 0.16
HSL 61.97º 0.99% 0.42% -
HSV(B) 61.97º 1% 0.84% -
XYZ 49.78 61.36 9.25 -
YUV 187.63 22.68 141.82 -
System Red Green Blue C M Y K H S L
Decimal 207 214 1 0.03 0 1.00 0.16 61.97 0.99 0.42
Hex CF D6 1 3 0 64 10 3E 63 2A
Octal 317 326 1 3 0 144 20 76 143 52
Binary 11001111 11010110 1 11 0 1100100 10000 111110 1100011 101010

Color Harmonies of #CFD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD601

Black with #CFD601

Text Example


Text Example

White with #CFD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD601; }

 p { color: rgb(207,214,1); }

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

background-color css

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

 a { background-color: rgb(207,214,1); }

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

border-color css

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

 span { border-color: rgb(207,214,1); }

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