Html Css Color HEX #CDC72F Barberry

📋 copy color: '#CDC72F'

red 205 ◦ green 199 ◦ blue 47

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

Shades of Barberry #CDC72F

Tints of Barberry #CDC72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 45.45%
G = 44.12%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDC72F (or 0xCDC72F) is known color: Barberry. HEX triplet: CD, C7 and 2F. RGB value is (205,199,47). Sum of RGB (Red+Green+Blue) = 205+199+47=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC72F is #3238D0. Grayscale: #B8B8B8. Windows color (decimal): -3291345 or 3131341. OLE color: 3131341.

HSL color Cylindrical-coordinate representation of color #CDC72F: hue angle of 57.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC72F is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 47 -
CMYK 0 0.03 0.77 0.20
HSL 57.72º 0.63% 0.49% -
HSV(B) 57.72º 0.77% 0.8% -
XYZ 46.11 54.03 10.69 -
YUV 183.47 50.99 143.36 -
System Red Green Blue C M Y K H S L
Decimal 205 199 47 0 0.03 0.77 0.20 57.72 0.63 0.49
Hex CD C7 2F 0 3 4D 14 3A 3F 31
Octal 315 307 57 0 3 115 24 72 77 61
Binary 11001101 11000111 101111 0 11 1001101 10100 111010 111111 110001

Color Harmonies of #CDC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC72F

Black with #CDC72F

Text Example


Text Example

White with #CDC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC72F; }

 p { color: rgb(205,199,47); }

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

background-color css

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

 a { background-color: rgb(205,199,47); }

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

border-color css

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

 span { border-color: rgb(205,199,47); }

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