Html Css Color HEX #DDCF02 Bird Flower

📋 copy color: '#DDCF02'

red 221 ◦ green 207 ◦ blue 2

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

Shades of Bird Flower #DDCF02

Tints of Bird Flower #DDCF02

RGB

 RED value IS 221 (86.72% from 255) = 51.4%

 GREEN value IS 207 (81.25% from 255) = 48.14%

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

R = 51.4%
G = 48.14%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDCF02 (or 0xDDCF02) is known color: Bird Flower. HEX triplet: DD, CF and 02. RGB value is (221,207,2). Sum of RGB (Red+Green+Blue) = 221+207+2=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF02 is #2230FD. Grayscale: #BCBCBC. Windows color (decimal): -2240766 or 184285. OLE color: 184285.

HSL color Cylindrical-coordinate representation of color #DDCF02: hue angle of 56.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDCF02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 2 -
CMYK 0 0.06 0.99 0.13
HSL 56.16º 0.98% 0.44% -
HSV(B) 56.16º 0.99% 0.87% -
XYZ 52.14 60 8.89 -
YUV 187.82 23.14 151.67 -
System Red Green Blue C M Y K H S L
Decimal 221 207 2 0 0.06 0.99 0.13 56.16 0.98 0.44
Hex DD CF 2 0 6 63 D 38 62 2C
Octal 335 317 2 0 6 143 15 70 142 54
Binary 11011101 11001111 10 0 110 1100011 1101 111000 1100010 101100

Color Harmonies of #DDCF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF02

Black with #DDCF02

Text Example


Text Example

White with #DDCF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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