Html Css Color HEX #CFDD0D Barberry

📋 copy color: '#CFDD0D'

red 207 ◦ green 221 ◦ blue 13

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

Shades of Barberry #CFDD0D

Tints of Barberry #CFDD0D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 46.94%
G = 50.11%
B = 2.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#CFDD0D (or 0xCFDD0D) is known color: Barberry. HEX triplet: CF, DD and 0D. RGB value is (207,221,13). Sum of RGB (Red+Green+Blue) = 207+221+13=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD0D is #3022F2. Grayscale: #C1C1C1. Windows color (decimal): -3154675 or 908751. OLE color: 908751.

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

Color convert

RGB 207 221 13 -
CMYK 0.06 0 0.94 0.13
HSL 64.04º 0.89% 0.46% -
HSV(B) 64.04º 0.94% 0.87% -
XYZ 51.66 65.01 10.21 -
YUV 193.1 26.36 137.91 -
System Red Green Blue C M Y K H S L
Decimal 207 221 13 0.06 0 0.94 0.13 64.04 0.89 0.46
Hex CF DD D 6 0 5E D 40 59 2E
Octal 317 335 15 6 0 136 15 100 131 56
Binary 11001111 11011101 1101 110 0 1011110 1101 1000000 1011001 101110

Color Harmonies of #CFDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD0D

Black with #CFDD0D

Text Example


Text Example

White with #CFDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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