Html Css Color HEX #CFCA02 Bird Flower

📋 copy color: '#CFCA02'

red 207 ◦ green 202 ◦ blue 2

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

Shades of Bird Flower #CFCA02

Tints of Bird Flower #CFCA02

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 50.36%
G = 49.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CFCA02 (or 0xCFCA02) is known color: Bird Flower. HEX triplet: CF, CA and 02. RGB value is (207,202,2). Sum of RGB (Red+Green+Blue) = 207+202+2=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA02 is #3035FD. Grayscale: #B5B5B5. Windows color (decimal): -3159550 or 182991. OLE color: 182991.

HSL color Cylindrical-coordinate representation of color #CFCA02: hue angle of 58.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFCA02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 2 -
CMYK 0 0.02 0.99 0.19
HSL 58.54º 0.98% 0.41% -
HSV(B) 58.54º 0.99% 0.81% -
XYZ 46.86 55.51 8.3 -
YUV 180.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 207 202 2 0 0.02 0.99 0.19 58.54 0.98 0.41
Hex CF CA 2 0 2 63 13 3B 62 29
Octal 317 312 2 0 2 143 23 73 142 51
Binary 11001111 11001010 10 0 10 1100011 10011 111011 1100010 101001

Color Harmonies of #CFCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA02

Black with #CFCA02

Text Example


Text Example

White with #CFCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA02; }

 p { color: rgb(207,202,2); }

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

background-color css

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

 a { background-color: rgb(207,202,2); }

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

border-color css

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

 span { border-color: rgb(207,202,2); }

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