Html Css Color HEX #CDB002 Bird Flower

📋 copy color: '#CDB002'

red 205 ◦ green 176 ◦ blue 2

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

Shades of Bird Flower #CDB002

Tints of Bird Flower #CDB002

RGB

 RED value IS 205 (80.47% from 255) = 53.52%

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 53.52%
G = 45.95%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CDB002 (or 0xCDB002) is known color: Bird Flower. HEX triplet: CD, B0 and 02. RGB value is (205,176,2). Sum of RGB (Red+Green+Blue) = 205+176+2=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB002 is #324FFD. Grayscale: #A5A5A5. Windows color (decimal): -3297278 or 176333. OLE color: 176333.

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

Color convert

RGB 205 176 2 -
CMYK 0 0.14 0.99 0.20
HSL 51.43º 0.98% 0.41% -
HSV(B) 51.43º 0.99% 0.8% -
XYZ 40.71 44.03 6.41 -
YUV 164.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 205 176 2 0 0.14 0.99 0.20 51.43 0.98 0.41
Hex CD B0 2 0 E 63 14 33 62 29
Octal 315 260 2 0 16 143 24 63 142 51
Binary 11001101 10110000 10 0 1110 1100011 10100 110011 1100010 101001

Color Harmonies of #CDB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB002

Black with #CDB002

Text Example


Text Example

White with #CDB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB002; }

 p { color: rgb(205,176,2); }

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

background-color css

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

 a { background-color: rgb(205,176,2); }

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

border-color css

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

 span { border-color: rgb(205,176,2); }

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