Html Css Color HEX #DDCF00 Bird Flower

📋 copy color: '#DDCF00'

red 221 ◦ green 207 ◦ blue 0

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

Shades of Bird Flower #DDCF00

Tints of Bird Flower #DDCF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.64%
G = 48.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDCF00 (or 0xDDCF00) is known color: Bird Flower. HEX triplet: DD, CF and 00. RGB value is (221,207,0). Sum of RGB (Red+Green+Blue) = 221+207+0=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF00 is #2230FF. Grayscale: #BCBCBC. Windows color (decimal): -2240768 or 53213. OLE color: 53213.

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

Color convert

RGB 221 207 0 -
CMYK 0 0.06 1 0.13
HSL 56.2º 1% 0.43% -
HSV(B) 56.2º 1% 0.87% -
XYZ 52.13 60 8.83 -
YUV 187.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 221 207 0 0 0.06 1 0.13 56.2 1 0.43
Hex DD CF 0 0 6 64 D 38 64 2B
Octal 335 317 0 0 6 144 15 70 144 53
Binary 11011101 11001111 0 0 110 1100100 1101 111000 1100100 101011

Color Harmonies of #DDCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF00

Black with #DDCF00

Text Example


Text Example

White with #DDCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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